home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP NET Rehberi Eylül 1998.iso / ftp / ADFiles / _setup.1 / ADFiles.exe / 0 / RCDATA / TASETUP / TASETUP.txt
Text File  |  1998-04-27  |  30KB  |  1,142 lines

  1. object ASetup: TASetup
  2.   Left = 267
  3.   Top = 119
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Setup'
  7.   ClientHeight = 383
  8.   ClientWidth = 292
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnHide = FormHide
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object PanelMain: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 292
  25.     Height = 349
  26.     BevelInner = bvLowered
  27.     TabOrder = 0
  28.     object TotalSetup: TPageControl
  29.       Left = 2
  30.       Top = 2
  31.       Width = 288
  32.       Height = 345
  33.       ActivePage = tsUploader
  34.       Align = alClient
  35.       MultiLine = True
  36.       TabOrder = 0
  37.       object DLSetup: TTabSheet
  38.         Caption = 'Downloader  Setup'
  39.         object GroupBox1: TGroupBox
  40.           Left = 4
  41.           Top = 45
  42.           Width = 272
  43.           Height = 67
  44.           Caption = '  Errors  '
  45.           TabOrder = 0
  46.           object lbBreakconn: TLabel
  47.             Left = 213
  48.             Top = 15
  49.             Width = 26
  50.             Height = 13
  51.             Caption = 'errors'
  52.           end
  53.           object cbDLCountEnters: TCheckBox
  54.             Left = 14
  55.             Top = 14
  56.             Width = 137
  57.             Height = 17
  58.             Caption = '  break connection after '
  59.             TabOrder = 0
  60.             OnClick = cbAutoDialClick
  61.           end
  62.           object cbErrorNotRest: TCheckBox
  63.             Left = 14
  64.             Top = 39
  65.             Width = 207
  66.             Height = 17
  67.             Caption = '  break if restart not supported on server'
  68.             TabOrder = 1
  69.             OnClick = cbAutoDialClick
  70.           end
  71.           object edDLNumberOfEnters: TEdit
  72.             Tag = 2
  73.             Left = 153
  74.             Top = 12
  75.             Width = 39
  76.             Height = 21
  77.             AutoSize = False
  78.             TabOrder = 3
  79.             Text = '3'
  80.             OnKeyPress = edNumberOfEntersKeyPress
  81.           end
  82.           object UpDownDL: TUpDown
  83.             Tag = 2
  84.             Left = 192
  85.             Top = 12
  86.             Width = 15
  87.             Height = 21
  88.             Associate = edDLNumberOfEnters
  89.             Min = 1
  90.             Max = 99
  91.             Position = 3
  92.             TabOrder = 2
  93.             Wrap = False
  94.             OnClick = UpDownFTPClick
  95.           end
  96.         end
  97.         object GroupBox3: TGroupBox
  98.           Left = 4
  99.           Top = 115
  100.           Width = 272
  101.           Height = 168
  102.           Caption = '  Work  '
  103.           TabOrder = 1
  104.           object Label7: TLabel
  105.             Left = 236
  106.             Top = 115
  107.             Width = 25
  108.             Height = 13
  109.             Caption = 'bytes'
  110.           end
  111.           object Label8: TLabel
  112.             Left = 45
  113.             Top = 115
  114.             Width = 124
  115.             Height = 13
  116.             Caption = 'Rollback before download'
  117.           end
  118.           object Label14: TLabel
  119.             Left = 20
  120.             Top = 142
  121.             Width = 150
  122.             Height = 13
  123.             Caption = 'Size of data buffer for download'
  124.           end
  125.           object Label15: TLabel
  126.             Left = 236
  127.             Top = 142
  128.             Width = 25
  129.             Height = 13
  130.             Caption = 'bytes'
  131.           end
  132.           object cbRunDownload: TCheckBox
  133.             Left = 14
  134.             Top = 12
  135.             Width = 217
  136.             Height = 17
  137.             Caption = 'run download after put to Downloader'
  138.             TabOrder = 0
  139.             OnClick = cbAutoDialClick
  140.           end
  141.           object rbParallelJob: TRadioButton
  142.             Left = 13
  143.             Top = 35
  144.             Width = 184
  145.             Height = 17
  146.             Caption = '  all downloads make in parallel'
  147.             TabOrder = 1
  148.             OnClick = rbParallelJobClick
  149.           end
  150.           object Panel1: TPanel
  151.             Left = 4
  152.             Top = 53
  153.             Width = 265
  154.             Height = 52
  155.             BevelInner = bvLowered
  156.             TabOrder = 2
  157.             object rbNotParallelJob: TRadioButton
  158.               Left = 9
  159.               Top = 6
  160.               Width = 148
  161.               Height = 17
  162.               Caption = '  all downloads make as  :'
  163.               TabOrder = 0
  164.               OnClick = rbNotParallelJobClick
  165.             end
  166.             object PanelNotParJob: TPanel
  167.               Left = 3
  168.               Top = 26
  169.               Width = 259
  170.               Height = 23
  171.               BevelOuter = bvNone
  172.               TabOrder = 1
  173.               object F2: TLabel
  174.                 Left = 142
  175.                 Top = 4
  176.                 Width = 78
  177.                 Height = 13
  178.                 Caption = 'file(s) in one time'
  179.               end
  180.               object F1: TLabel
  181.                 Left = 32
  182.                 Top = 3
  183.                 Width = 49
  184.                 Height = 13
  185.                 Caption = 'download '
  186.               end
  187.               object edCountDLFiles: TEdit
  188.                 Tag = 2
  189.                 Left = 85
  190.                 Top = 0
  191.                 Width = 39
  192.                 Height = 21
  193.                 AutoSize = False
  194.                 TabOrder = 0
  195.                 Text = '1'
  196.                 OnKeyPress = edNumberOfEntersKeyPress
  197.               end
  198.               object UpDownDLFiles: TUpDown
  199.                 Tag = 2
  200.                 Left = 124
  201.                 Top = 0
  202.                 Width = 15
  203.                 Height = 21
  204.                 Associate = edCountDLFiles
  205.                 Min = 1
  206.                 Max = 99
  207.                 Position = 1
  208.                 TabOrder = 1
  209.                 Wrap = False
  210.                 OnClick = UpDownFTPClick
  211.               end
  212.             end
  213.           end
  214.           object edDLRollBack: TEdit
  215.             Tag = 2
  216.             Left = 176
  217.             Top = 112
  218.             Width = 39
  219.             Height = 21
  220.             AutoSize = False
  221.             TabOrder = 3
  222.             Text = '0'
  223.             OnKeyPress = edNumberOfEntersKeyPress
  224.           end
  225.           object UpDownDLRollBack: TUpDown
  226.             Tag = 2
  227.             Left = 215
  228.             Top = 112
  229.             Width = 15
  230.             Height = 21
  231.             Associate = edDLRollBack
  232.             Min = 0
  233.             Max = 10000
  234.             Increment = 500
  235.             Position = 0
  236.             TabOrder = 4
  237.             Wrap = False
  238.             OnClick = UpDownFTPClick
  239.           end
  240.           object edDLData: TEdit
  241.             Tag = 2
  242.             Left = 176
  243.             Top = 139
  244.             Width = 39
  245.             Height = 21
  246.             AutoSize = False
  247.             TabOrder = 5
  248.             Text = '0'
  249.             OnKeyPress = edNumberOfEntersKeyPress
  250.           end
  251.           object UpDownDLData: TUpDown
  252.             Tag = 2
  253.             Left = 215
  254.             Top = 139
  255.             Width = 15
  256.             Height = 21
  257.             Associate = edDLData
  258.             Min = 4096
  259.             Max = 20480
  260.             Increment = 1024
  261.             Position = 4096
  262.             TabOrder = 6
  263.             Wrap = False
  264.             OnClick = UpDownFTPClick
  265.           end
  266.         end
  267.         object TGroupBox
  268.           Left = 4
  269.           Top = -1
  270.           Width = 272
  271.           Height = 44
  272.           Caption = '  Download directory  '
  273.           TabOrder = 2
  274.           object edDownLoadDir: TEdit
  275.             Left = 53
  276.             Top = 14
  277.             Width = 212
  278.             Height = 21
  279.             ParentShowHint = False
  280.             ShowHint = True
  281.             TabOrder = 0
  282.             OnKeyPress = edUserKeyPress
  283.             OnMouseMove = edDownLoadDirMouseMove
  284.           end
  285.           object btDir: TButton
  286.             Left = 8
  287.             Top = 15
  288.             Width = 46
  289.             Height = 20
  290.             Caption = 'Dir'
  291.             TabOrder = 1
  292.             OnClick = btDirClick
  293.           end
  294.         end
  295.       end
  296.       object UrlFtpSetup: TTabSheet
  297.         Caption = 'Ftp Explorer Setup'
  298.         OnEnter = DialUpSetupEnter
  299.         object GroupBox2: TGroupBox
  300.           Left = 4
  301.           Top = 54
  302.           Width = 272
  303.           Height = 70
  304.           Caption = '  Fill Url  '
  305.           TabOrder = 0
  306.           object cbFillUrl: TCheckBox
  307.             Left = 11
  308.             Top = 13
  309.             Width = 258
  310.             Height = 17
  311.             Caption = '  fill Url info with oficial name host after get host info'
  312.             TabOrder = 0
  313.             OnClick = cbAutoDialClick
  314.           end
  315.           object cbFillAboutSite: TCheckBox
  316.             Left = 11
  317.             Top = 45
  318.             Width = 211
  319.             Height = 17
  320.             Caption = '  fill Url info about site with info after login'
  321.             TabOrder = 1
  322.           end
  323.         end
  324.         object GroupBox4: TGroupBox
  325.           Left = 4
  326.           Top = 1
  327.           Width = 272
  328.           Height = 51
  329.           Caption = '  Errors  '
  330.           TabOrder = 1
  331.           object Label1: TLabel
  332.             Left = 212
  333.             Top = 20
  334.             Width = 26
  335.             Height = 13
  336.             Caption = 'errors'
  337.           end
  338.           object cbFtpBreak: TCheckBox
  339.             Left = 11
  340.             Top = 19
  341.             Width = 137
  342.             Height = 17
  343.             Caption = '  break connection after '
  344.             TabOrder = 0
  345.             OnClick = cbAutoDialClick
  346.           end
  347.           object edNumberOfEnters: TEdit
  348.             Tag = 2
  349.             Left = 152
  350.             Top = 17
  351.             Width = 39
  352.             Height = 21
  353.             AutoSize = False
  354.             TabOrder = 2
  355.             Text = '1'
  356.             OnKeyPress = edNumberOfEntersKeyPress
  357.           end
  358.           object UpDownFTP: TUpDown
  359.             Tag = 2
  360.             Left = 191
  361.             Top = 17
  362.             Width = 15
  363.             Height = 21
  364.             Associate = edNumberOfEnters
  365.             Min = 1
  366.             Max = 99
  367.             Position = 1
  368.             TabOrder = 1
  369.             Wrap = False
  370.             OnClick = UpDownFTPClick
  371.           end
  372.         end
  373.       end
  374.       object DialUpSetup: TTabSheet
  375.         Caption = 'Dial Up Setup'
  376.         OnEnter = DialUpSetupEnter
  377.         object gbDialing: TRadioGroup
  378.           Left = 5
  379.           Top = 229
  380.           Width = 269
  381.           Height = 54
  382.           Caption = '  Method of dialing  '
  383.           Columns = 2
  384.           ItemIndex = 0
  385.           Items.Strings = (
  386.             'asynchronize dialing'
  387.             'synchronize dialing')
  388.           TabOrder = 0
  389.           OnClick = cbAutoDialClick
  390.         end
  391.         object gbConnect: TGroupBox
  392.           Left = 5
  393.           Top = 117
  394.           Width = 269
  395.           Height = 107
  396.           Caption = '  Connections  '
  397.           TabOrder = 1
  398.           object cbAutoDial: TCheckBox
  399.             Left = 12
  400.             Top = 14
  401.             Width = 169
  402.             Height = 17
  403.             Caption = '  auto dial on break connect'
  404.             TabOrder = 0
  405.             OnClick = cbAutoDialClick
  406.           end
  407.           object cbBreakToEnd: TCheckBox
  408.             Left = 12
  409.             Top = 62
  410.             Width = 221
  411.             Height = 17
  412.             Caption = '  break connection on exit from application'
  413.             TabOrder = 1
  414.             OnClick = cbAutoDialClick
  415.           end
  416.           object cbAutoConnect: TCheckBox
  417.             Left = 12
  418.             Top = 38
  419.             Width = 221
  420.             Height = 17
  421.             Caption = '  auto connection on begin of application'
  422.             TabOrder = 2
  423.             OnClick = cbAutoDialClick
  424.           end
  425.           object cbStayConnect: TCheckBox
  426.             Left = 12
  427.             Top = 84
  428.             Width = 221
  429.             Height = 17
  430.             Caption = '  stay connect while job is present'
  431.             TabOrder = 3
  432.             OnClick = cbAutoDialClick
  433.           end
  434.         end
  435.         object gbData: TGroupBox
  436.           Left = 5
  437.           Top = 1
  438.           Width = 269
  439.           Height = 112
  440.           Caption = '  Data  '
  441.           TabOrder = 2
  442.           object Label2: TLabel
  443.             Left = 65
  444.             Top = 38
  445.             Width = 60
  446.             Height = 13
  447.             Caption = 'User name  :'
  448.           end
  449.           object Label3: TLabel
  450.             Left = 70
  451.             Top = 61
  452.             Width = 55
  453.             Height = 13
  454.             Caption = 'Password  :'
  455.           end
  456.           object Label5: TLabel
  457.             Left = 4
  458.             Top = 83
  459.             Width = 121
  460.             Height = 13
  461.             Caption = 'Time out connect  (sec)  :'
  462.           end
  463.           object cbConnections: TComboBox
  464.             Left = 53
  465.             Top = 14
  466.             Width = 209
  467.             Height = 19
  468.             Style = csOwnerDrawFixed
  469.             ItemHeight = 13
  470.             TabOrder = 0
  471.             OnChange = cbConnectionsChange
  472.             OnDrawItem = cbConnectionsDrawItem
  473.           end
  474.           object edUser: TEdit
  475.             Left = 133
  476.             Top = 35
  477.             Width = 129
  478.             Height = 21
  479.             TabOrder = 1
  480.             OnKeyPress = edUserKeyPress
  481.           end
  482.           object edPass: TEdit
  483.             Left = 133
  484.             Top = 58
  485.             Width = 129
  486.             Height = 21
  487.             TabOrder = 2
  488.             OnKeyPress = edUserKeyPress
  489.           end
  490.           object edTimeOut: TCurrencyEdit
  491.             Left = 133
  492.             Top = 81
  493.             Width = 129
  494.             Height = 21
  495.             Alignment = taLeftJustify
  496.             AutoSelect = False
  497.             AutoSize = False
  498.             BeepOnError = False
  499.             DecimalPlaces = 0
  500.             DisplayFormat = '0'
  501.             TabOrder = 3
  502.             OnKeyPress = edUserKeyPress
  503.           end
  504.           object btEditEntry: TButton
  505.             Left = 8
  506.             Top = 14
  507.             Width = 46
  508.             Height = 20
  509.             Caption = 'Edit'
  510.             TabOrder = 4
  511.             OnClick = btEditEntryClick
  512.           end
  513.           object btNew: TButton
  514.             Left = 9
  515.             Top = 35
  516.             Width = 46
  517.             Height = 20
  518.             Caption = 'New'
  519.             TabOrder = 5
  520.             OnClick = btNewClick
  521.           end
  522.           object btDelete: TButton
  523.             Left = 9
  524.             Top = 56
  525.             Width = 46
  526.             Height = 20
  527.             Caption = 'Delete'
  528.             TabOrder = 6
  529.             OnClick = btDeleteClick
  530.           end
  531.         end
  532.       end
  533.       object CommonSetup: TTabSheet
  534.         Caption = 'Common Setup'
  535.         OnEnter = DialUpSetupEnter
  536.         object GroupBox6: TGroupBox
  537.           Left = 4
  538.           Top = 3
  539.           Width = 272
  540.           Height = 52
  541.           Caption = '  Anything info  '
  542.           TabOrder = 0
  543.           object cbDropBox: TCheckBox
  544.             Left = 11
  545.             Top = 19
  546.             Width = 223
  547.             Height = 17
  548.             Caption = '   show drop box after begin of application'
  549.             TabOrder = 0
  550.             OnClick = cbAutoDialClick
  551.           end
  552.         end
  553.       end
  554.       object tsUploader: TTabSheet
  555.         Caption = 'Uploader Setup'
  556.         object gbErrorsUp: TGroupBox
  557.           Left = 4
  558.           Top = 0
  559.           Width = 272
  560.           Height = 69
  561.           Caption = '  Errors  '
  562.           TabOrder = 0
  563.           object Label6: TLabel
  564.             Left = 215
  565.             Top = 16
  566.             Width = 26
  567.             Height = 13
  568.             Caption = 'errors'
  569.           end
  570.           object cbUpCountEnters: TCheckBox
  571.             Left = 14
  572.             Top = 15
  573.             Width = 137
  574.             Height = 17
  575.             Caption = '  break connection after '
  576.             TabOrder = 0
  577.             OnClick = cbAutoDialClick
  578.           end
  579.           object cbErrorUpNotRest: TCheckBox
  580.             Left = 14
  581.             Top = 42
  582.             Width = 207
  583.             Height = 17
  584.             Caption = '  break if restart not supported on server'
  585.             TabOrder = 1
  586.             OnClick = cbAutoDialClick
  587.           end
  588.           object edUpNumberOfEnters: TEdit
  589.             Tag = 2
  590.             Left = 155
  591.             Top = 13
  592.             Width = 39
  593.             Height = 21
  594.             AutoSize = False
  595.             TabOrder = 3
  596.             Text = '1'
  597.             OnKeyPress = edNumberOfEntersKeyPress
  598.           end
  599.           object UpDownUp: TUpDown
  600.             Tag = 2
  601.             Left = 194
  602.             Top = 13
  603.             Width = 15
  604.             Height = 21
  605.             Associate = edUpNumberOfEnters
  606.             Min = 1
  607.             Max = 99
  608.             Position = 1
  609.             TabOrder = 2
  610.             Wrap = False
  611.             OnClick = UpDownFTPClick
  612.           end
  613.         end
  614.         object gbWorkUp: TGroupBox
  615.           Left = 4
  616.           Top = 73
  617.           Width = 272
  618.           Height = 175
  619.           Caption = '  Work  '
  620.           TabOrder = 1
  621.           object Label9: TLabel
  622.             Left = 57
  623.             Top = 122
  624.             Width = 110
  625.             Height = 13
  626.             Caption = 'Rollback before upload'
  627.           end
  628.           object Label10: TLabel
  629.             Left = 234
  630.             Top = 123
  631.             Width = 25
  632.             Height = 13
  633.             Caption = 'bytes'
  634.           end
  635.           object Label16: TLabel
  636.             Left = 31
  637.             Top = 149
  638.             Width = 136
  639.             Height = 13
  640.             Caption = 'Size of data buffer for upload'
  641.           end
  642.           object Label17: TLabel
  643.             Left = 236
  644.             Top = 149
  645.             Width = 25
  646.             Height = 13
  647.             Caption = 'bytes'
  648.           end
  649.           object cbRunUpload: TCheckBox
  650.             Left = 14
  651.             Top = 14
  652.             Width = 217
  653.             Height = 17
  654.             Caption = 'run upload after put to Uploader'
  655.             TabOrder = 0
  656.             OnClick = cbAutoDialClick
  657.           end
  658.           object rbParallelJobUp: TRadioButton
  659.             Left = 13
  660.             Top = 39
  661.             Width = 184
  662.             Height = 17
  663.             Caption = '  all uploads make in parallel'
  664.             TabOrder = 1
  665.             OnClick = rbParallelJobUpClick
  666.           end
  667.           object Panel3: TPanel
  668.             Left = 4
  669.             Top = 58
  670.             Width = 265
  671.             Height = 55
  672.             BevelInner = bvLowered
  673.             TabOrder = 2
  674.             object rbNotParallelJobUp: TRadioButton
  675.               Left = 9
  676.               Top = 7
  677.               Width = 139
  678.               Height = 17
  679.               Caption = '  all uploads make as  :'
  680.               TabOrder = 0
  681.               OnClick = rbNotParallelJobUpClick
  682.             end
  683.             object Panel4: TPanel
  684.               Left = 3
  685.               Top = 25
  686.               Width = 259
  687.               Height = 28
  688.               BevelOuter = bvNone
  689.               TabOrder = 1
  690.               object F4: TLabel
  691.                 Left = 142
  692.                 Top = 7
  693.                 Width = 78
  694.                 Height = 13
  695.                 Caption = 'file(s) in one time'
  696.               end
  697.               object F3: TLabel
  698.                 Left = 32
  699.                 Top = 6
  700.                 Width = 35
  701.                 Height = 13
  702.                 Caption = 'upload '
  703.               end
  704.               object edCountUPFiles: TEdit
  705.                 Tag = 2
  706.                 Left = 85
  707.                 Top = 3
  708.                 Width = 39
  709.                 Height = 21
  710.                 AutoSize = False
  711.                 TabOrder = 0
  712.                 Text = '1'
  713.                 OnKeyPress = edNumberOfEntersKeyPress
  714.               end
  715.               object UpDownUPFiles: TUpDown
  716.                 Tag = 2
  717.                 Left = 124
  718.                 Top = 3
  719.                 Width = 15
  720.                 Height = 21
  721.                 Associate = edCountUPFiles
  722.                 Min = 1
  723.                 Max = 99
  724.                 Position = 1
  725.                 TabOrder = 1
  726.                 Wrap = False
  727.                 OnClick = UpDownFTPClick
  728.               end
  729.             end
  730.           end
  731.           object edUPRollBack: TEdit
  732.             Tag = 2
  733.             Left = 176
  734.             Top = 119
  735.             Width = 39
  736.             Height = 21
  737.             AutoSize = False
  738.             TabOrder = 3
  739.             Text = '0'
  740.             OnKeyPress = edNumberOfEntersKeyPress
  741.           end
  742.           object UpDownUPRollBack: TUpDown
  743.             Tag = 2
  744.             Left = 215
  745.             Top = 119
  746.             Width = 15
  747.             Height = 21
  748.             Associate = edUPRollBack
  749.             Min = 0
  750.             Max = 10000
  751.             Increment = 500
  752.             Position = 0
  753.             TabOrder = 4
  754.             Wrap = False
  755.             OnClick = UpDownFTPClick
  756.           end
  757.           object edUPData: TEdit
  758.             Tag = 2
  759.             Left = 176
  760.             Top = 146
  761.             Width = 39
  762.             Height = 21
  763.             AutoSize = False
  764.             TabOrder = 5
  765.             Text = '4096'
  766.             OnKeyPress = edNumberOfEntersKeyPress
  767.           end
  768.           object UpDownUPData: TUpDown
  769.             Tag = 2
  770.             Left = 215
  771.             Top = 146
  772.             Width = 15
  773.             Height = 21
  774.             Associate = edUPData
  775.             Min = 4096
  776.             Max = 20480
  777.             Increment = 1024
  778.             Position = 4096
  779.             TabOrder = 6
  780.             Wrap = False
  781.             OnClick = UpDownFTPClick
  782.           end
  783.         end
  784.       end
  785.       object tsColors: TTabSheet
  786.         Caption = 'Colors/Misc Setup'
  787.         object GroupBox5: TGroupBox
  788.           Left = 4
  789.           Top = 2
  790.           Width = 272
  791.           Height = 88
  792.           Caption = '  Downloader  '
  793.           TabOrder = 0
  794.           object Label4: TLabel
  795.             Left = 62
  796.             Top = 61
  797.             Width = 59
  798.             Height = 13
  799.             Caption = 'Scale: 100%'
  800.           end
  801.           object Label11: TLabel
  802.             Left = 194
  803.             Top = 62
  804.             Width = 25
  805.             Height = 13
  806.             Caption = 'bytes'
  807.           end
  808.           object btDLColor: TButton
  809.             Left = 12
  810.             Top = 19
  811.             Width = 56
  812.             Height = 20
  813.             Caption = 'Graph '
  814.             TabOrder = 0
  815.             OnClick = btDLColorClick
  816.           end
  817.           object btDLPercent: TButton
  818.             Left = 108
  819.             Top = 19
  820.             Width = 56
  821.             Height = 20
  822.             Caption = 'Percent'
  823.             TabOrder = 1
  824.             OnClick = btDLPercentClick
  825.           end
  826.           object btDLSpeed: TButton
  827.             Left = 204
  828.             Top = 19
  829.             Width = 56
  830.             Height = 20
  831.             Caption = 'Speed'
  832.             TabOrder = 2
  833.             OnClick = btDLSpeedClick
  834.           end
  835.           object GroupBox7: TGroupBox
  836.             Left = 12
  837.             Top = 11
  838.             Width = 249
  839.             Height = 39
  840.             Caption = '  Colors  '
  841.             TabOrder = 3
  842.             object Button1: TButton
  843.               Left = 10
  844.               Top = 12
  845.               Width = 56
  846.               Height = 20
  847.               Caption = 'Graph '
  848.               TabOrder = 0
  849.               OnClick = btDLColorClick
  850.             end
  851.             object Button2: TButton
  852.               Left = 98
  853.               Top = 12
  854.               Width = 56
  855.               Height = 20
  856.               Caption = 'Percent'
  857.               TabOrder = 1
  858.               OnClick = btDLPercentClick
  859.             end
  860.             object Button3: TButton
  861.               Left = 185
  862.               Top = 12
  863.               Width = 56
  864.               Height = 20
  865.               Caption = 'Speed'
  866.               TabOrder = 2
  867.               OnClick = btDLSpeedClick
  868.             end
  869.           end
  870.           object edDLScale: TEdit
  871.             Tag = 2
  872.             Left = 131
  873.             Top = 57
  874.             Width = 39
  875.             Height = 21
  876.             AutoSize = False
  877.             TabOrder = 4
  878.             Text = '1000'
  879.             OnKeyPress = edNumberOfEntersKeyPress
  880.           end
  881.           object UpDownDLScale: TUpDown
  882.             Tag = 2
  883.             Left = 170
  884.             Top = 57
  885.             Width = 15
  886.             Height = 21
  887.             Associate = edDLScale
  888.             Min = 1000
  889.             Max = 20000
  890.             Position = 1000
  891.             TabOrder = 5
  892.             Wrap = False
  893.             OnClick = UpDownFTPClick
  894.           end
  895.         end
  896.         object GroupBox8: TGroupBox
  897.           Left = 4
  898.           Top = 96
  899.           Width = 272
  900.           Height = 88
  901.           Caption = '  Uploader  '
  902.           TabOrder = 1
  903.           object Label12: TLabel
  904.             Left = 62
  905.             Top = 61
  906.             Width = 59
  907.             Height = 13
  908.             Caption = 'Scale: 100%'
  909.           end
  910.           object Label13: TLabel
  911.             Left = 194
  912.             Top = 62
  913.             Width = 25
  914.             Height = 13
  915.             Caption = 'bytes'
  916.           end
  917.           object Button4: TButton
  918.             Left = 12
  919.             Top = 19
  920.             Width = 56
  921.             Height = 20
  922.             Caption = 'Graph '
  923.             TabOrder = 0
  924.             OnClick = btDLColorClick
  925.           end
  926.           object Button5: TButton
  927.             Left = 108
  928.             Top = 19
  929.             Width = 56
  930.             Height = 20
  931.             Caption = 'Percent'
  932.             TabOrder = 1
  933.             OnClick = btDLPercentClick
  934.           end
  935.           object Button6: TButton
  936.             Left = 204
  937.             Top = 19
  938.             Width = 56
  939.             Height = 20
  940.             Caption = 'Speed'
  941.             TabOrder = 2
  942.             OnClick = btDLSpeedClick
  943.           end
  944.           object GroupBox9: TGroupBox
  945.             Left = 12
  946.             Top = 11
  947.             Width = 249
  948.             Height = 39
  949.             Caption = '  Colors  '
  950.             TabOrder = 3
  951.             object btUPGraph: TButton
  952.               Left = 10
  953.               Top = 12
  954.               Width = 56
  955.               Height = 20
  956.               Caption = 'Graph '
  957.               TabOrder = 0
  958.               OnClick = btUPGraphClick
  959.             end
  960.             object btUPPercent: TButton
  961.               Left = 98
  962.               Top = 12
  963.               Width = 56
  964.               Height = 20
  965.               Caption = 'Percent'
  966.               TabOrder = 1
  967.               OnClick = btUPPercentClick
  968.             end
  969.             object btUPSpeed: TButton
  970.               Left = 185
  971.               Top = 12
  972.               Width = 56
  973.               Height = 20
  974.               Caption = 'Speed'
  975.               TabOrder = 2
  976.               OnClick = btUPSpeedClick
  977.             end
  978.           end
  979.           object edUPScale: TEdit
  980.             Tag = 2
  981.             Left = 131
  982.             Top = 57
  983.             Width = 39
  984.             Height = 21
  985.             AutoSize = False
  986.             TabOrder = 4
  987.             Text = '1000'
  988.             OnKeyPress = edNumberOfEntersKeyPress
  989.           end
  990.           object UpDownUPScale: TUpDown
  991.             Tag = 2
  992.             Left = 170
  993.             Top = 57
  994.             Width = 15
  995.             Height = 21
  996.             Associate = edUPScale
  997.             Min = 1000
  998.             Max = 20000
  999.             Position = 1000
  1000.             TabOrder = 5
  1001.             Wrap = False
  1002.             OnClick = UpDownFTPClick
  1003.           end
  1004.         end
  1005.       end
  1006.     end
  1007.   end
  1008.   object Panel2: TPanel
  1009.     Left = 0
  1010.     Top = 349
  1011.     Width = 292
  1012.     Height = 34
  1013.     BevelInner = bvLowered
  1014.     TabOrder = 1
  1015.     object btOk: TButton
  1016.       Left = 102
  1017.       Top = 5
  1018.       Width = 59
  1019.       Height = 24
  1020.       Caption = 'Ok'
  1021.       TabOrder = 0
  1022.       OnClick = btOkClick
  1023.     end
  1024.     object btCancel: TButton
  1025.       Left = 165
  1026.       Top = 5
  1027.       Width = 59
  1028.       Height = 24
  1029.       Caption = 'Cancel'
  1030.       TabOrder = 1
  1031.       OnClick = btCancelClick
  1032.     end
  1033.     object btApply: TButton
  1034.       Left = 228
  1035.       Top = 5
  1036.       Width = 59
  1037.       Height = 24
  1038.       Caption = 'Apply'
  1039.       Enabled = False
  1040.       TabOrder = 2
  1041.       OnClick = btApplyClick
  1042.     end
  1043.   end
  1044.   object DirPanel: TPanel
  1045.     Left = 274
  1046.     Top = 141
  1047.     Width = 258
  1048.     Height = 202
  1049.     BevelInner = bvLowered
  1050.     BorderWidth = 1
  1051.     TabOrder = 2
  1052.     object PanelTree: TPanel
  1053.       Left = 4
  1054.       Top = 30
  1055.       Width = 249
  1056.       Height = 144
  1057.       BevelOuter = bvNone
  1058.       BorderStyle = bsSingle
  1059.       TabOrder = 0
  1060.       object TreeView: TTreeView
  1061.         Left = 0
  1062.         Top = 0
  1063.         Width = 245
  1064.         Height = 140
  1065.         Indent = 19
  1066.         OnEditing = TreeViewEditing
  1067.         OnEdited = TreeViewEdited
  1068.         OnExpanding = TreeViewExpanding
  1069.         OnCollapsing = TreeViewCollapsing
  1070.         Align = alClient
  1071.         SortType = stBoth
  1072.         TabOrder = 0
  1073.         TabStop = False
  1074.         OnDblClick = TreeViewDblClick
  1075.         PopupMenu = PopupMenu1
  1076.         ParentShowHint = False
  1077.         ShowHint = False
  1078.         Images = ImagesTree
  1079.         StateImages = ImagesTree
  1080.       end
  1081.     end
  1082.     object Panel9: TPanel
  1083.       Left = 5
  1084.       Top = 4
  1085.       Width = 248
  1086.       Height = 23
  1087.       BevelOuter = bvNone
  1088.       BorderStyle = bsSingle
  1089.       TabOrder = 1
  1090.       object DriveComboBox: TDriveComboBox
  1091.         Left = 0
  1092.         Top = 0
  1093.         Width = 244
  1094.         Height = 19
  1095.         TabOrder = 0
  1096.         OnChange = DriveComboBoxChange
  1097.       end
  1098.     end
  1099.     object btCancel2: TButton
  1100.       Left = 145
  1101.       Top = 177
  1102.       Width = 46
  1103.       Height = 20
  1104.       Caption = 'Cancel'
  1105.       TabOrder = 2
  1106.       OnClick = btCancel2Click
  1107.     end
  1108.     object btOk2: TButton
  1109.       Left = 67
  1110.       Top = 177
  1111.       Width = 46
  1112.       Height = 20
  1113.       Caption = 'Ok'
  1114.       TabOrder = 3
  1115.       OnClick = btOk2Click
  1116.     end
  1117.   end
  1118.   object Images: TImageList
  1119.     ShareImages = True
  1120.     Left = 3
  1121.     Top = 352
  1122.   end
  1123.   object ImagesTree: TImageList
  1124.     Left = 38
  1125.     Top = 352
  1126.   end
  1127.   object PopupMenu1: TPopupMenu
  1128.     Left = 67
  1129.     Top = 352
  1130.     object NewFolder1: TMenuItem
  1131.       Caption = '&New Folder'
  1132.       OnClick = NewFolder1Click
  1133.     end
  1134.   end
  1135.   object ColorDialog: TColorDialog
  1136.     Ctl3D = True
  1137.     Options = [cdPreventFullOpen]
  1138.     Left = 4
  1139.     Top = 316
  1140.   end
  1141. end
  1142.